Skip to content
Back to search
30
MCP

OpenAI Compatible Gateway

pulsemcp/openai compatible gateway

Routes MCP tool calls to any OpenAI-compatible chat or completions API backend.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

ai-gateway-mcp
Ai Gateway tools for AI agents. Capabilities: route request, list models, cost estimator. Built by MEOK AI Labs.
0 tools
mcp-bridge
A middleware to provide an openAI compatible endpoint that can call MCP tools.
0 tools
MCP-Bridge
A middleware to provide an openAI compatible endpoint that can call MCP tools
0 tools
MCP Gateway
Converts OpenAPI 3.x specifications into MCP servers with multi-auth support, rate limiting, OpenTelemetry tracing, and destructive endpoint
0 tools
pivotalservicesoss/openapi-to-mcp
Generic MCP gateway that converts any OpenAPI spec into MCP tools for AI agents.
0 tools
OpenAI MCP
Provides a high-performance bridge between OpenAI and Anthropic models with prompt templating, response streaming, and efficient caching for
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "openai_compatible_gateway": {
      "url": "None",
      "transport": "http"
    }
  }
}